[INFO] cloning repository https://github.com/ukihot/material_cost_engine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ukihot/material_cost_engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fukihot%2Fmaterial_cost_engine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fukihot%2Fmaterial_cost_engine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9876427c8501f5b9845549477b196336bbed7db3
[INFO] checking ukihot/material_cost_engine against try#fceb2de603f0807f9049222f3f612ed51ed8f9dc for pr-157576
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fukihot%2Fmaterial_cost_engine" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/ukihot/material_cost_engine
[INFO] finished tweaking git repo https://github.com/ukihot/material_cost_engine
[INFO] tweaked toml for git repo https://github.com/ukihot/material_cost_engine written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ukihot/material_cost_engine on toolchain fceb2de603f0807f9049222f3f612ed51ed8f9dc
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ukihot/material_cost_engine already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: version requirement `0.9.11+spec-1.1.0` for dependency `toml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
[INFO] [stderr] warning: `material_cost_engine` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1a1e60cf30ff0b46f2790540e19d6a59a5f6d5f40ba51f0c70ad75d3e203ba8c
[INFO] running `Command { std: "docker" "start" "1a1e60cf30ff0b46f2790540e19d6a59a5f6d5f40ba51f0c70ad75d3e203ba8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1a1e60cf30ff0b46f2790540e19d6a59a5f6d5f40ba51f0c70ad75d3e203ba8c" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1a1e60cf30ff0b46f2790540e19d6a59a5f6d5f40ba51f0c70ad75d3e203ba8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1a1e60cf30ff0b46f2790540e19d6a59a5f6d5f40ba51f0c70ad75d3e203ba8c" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: version requirement `0.9.11+spec-1.1.0` for dependency `toml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
[INFO] [stderr] warning: `material_cost_engine` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking zlib-rs v0.6.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking typed-path v0.12.2
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking debug_unsafe v0.1.3
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking atoi_simd v0.17.0
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking codepage v0.1.2
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking fast-float2 v0.2.3
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking color-eyre v0.6.5
[INFO] [stderr]    Compiling winres v0.1.12
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking zip v7.3.0
[INFO] [stderr]    Compiling material_cost_engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking rust_xlsxwriter v0.93.0
[INFO] [stderr]     Checking toml v0.9.11+spec-1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking calamine v0.33.0
[INFO] [stdout] warning: fields `pattern_name` and `valid_from` are never read
[INFO] [stdout]   --> src/domain/entities/freight_master.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct FreightMaster {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout]  7 |     pub freight_code: String,
[INFO] [stdout]  8 |     pub pattern_name: PatternName,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]  9 |     pub kg_unit_price: Amount,
[INFO] [stdout] 10 |     pub valid_from: TransactionDate,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FreightMaster` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `col_freight` is never read
[INFO] [stdout]   --> src/domain/sheet_schema.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct ProductionSheetSchema {
[INFO] [stdout]    |            --------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     col_freight: ColumnIndex,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProductionSheetSchema` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `freight` is never used
[INFO] [stdout]    --> src/domain/sheet_schema.rs:100:12
[INFO] [stdout]     |
[INFO] [stdout]  30 | impl ProductionSheetSchema {
[INFO] [stdout]     | -------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn freight(&self) -> ColumnIndex {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `freight_code`, `pattern_name`, `valid_from`, and `valid_to` are never read
[INFO] [stdout]   --> src/domain/entities/freight_master.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct FreightMaster {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout]  7 |     pub freight_code: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]  8 |     pub pattern_name: PatternName,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]  9 |     pub kg_unit_price: Amount,
[INFO] [stdout] 10 |     pub valid_from: TransactionDate,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 11 |     pub valid_to: Option<TransactionDate>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FreightMaster` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `col_freight` is never read
[INFO] [stdout]   --> src/domain/sheet_schema.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct ProductionSheetSchema {
[INFO] [stdout]    |            --------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     col_freight: ColumnIndex,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProductionSheetSchema` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `freight` is never used
[INFO] [stdout]    --> src/domain/sheet_schema.rs:100:12
[INFO] [stdout]     |
[INFO] [stdout]  30 | impl ProductionSheetSchema {
[INFO] [stdout]     | -------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn freight(&self) -> ColumnIndex {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `divide_by` is never used
[INFO] [stdout]   --> src/domain/value_objects/amount.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl Amount {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn divide_by(&self, divisor: f64) -> Amount {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_code`, `is_direct_price`, `as_code`, and `as_direct_price` are never used
[INFO] [stdout]   --> src/domain/value_objects/freight_code.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl FreightCode {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn is_code(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn is_direct_price(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn as_code(&self) -> Option<&str> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn as_direct_price(&self) -> Option<f64> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/domain/value_objects/pattern_name.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl PatternName {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub fn value(&self) -> &str {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
[INFO] running `Command { std: "docker" "inspect" "1a1e60cf30ff0b46f2790540e19d6a59a5f6d5f40ba51f0c70ad75d3e203ba8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a1e60cf30ff0b46f2790540e19d6a59a5f6d5f40ba51f0c70ad75d3e203ba8c", kill_on_drop: false }`
[INFO] [stdout] 1a1e60cf30ff0b46f2790540e19d6a59a5f6d5f40ba51f0c70ad75d3e203ba8c
